net.sockaddr.String (method)
19 uses
net (current package)
dial.go#L298: return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
dial.go#L326: return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
dial.go#L347: return nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: hint.String()}
dial.go#L655: raStr := ra.String()
fd_unix.go#L47: ls = fd.laddr.String()
fd_unix.go#L50: rs = fd.raddr.String()
net.go#L113: String() string // string form of address (for example, "192.0.2.1:25", "[2001:db8::1]:80")
net.go#L500: s += " " + e.Source.String()
net.go#L508: s += e.Addr.String()
sock_posix.go#L98: ctrlAddr = raddr.String()
sock_posix.go#L100: ctrlAddr = laddr.String()
sock_posix.go#L162: if err := ctrlCtxFn(ctx, fd.ctrlNetwork(), laddr.String(), c); err != nil {
sock_posix.go#L213: if err := ctrlCtxFn(ctx, fd.ctrlNetwork(), laddr.String(), c); err != nil {
unixsock_posix.go#L230: return &UnixListener{fd: fd, path: fd.laddr.String(), unlink: true}, nil
net/http
h2_bundle.go#L4278: remoteAddrStr: c.RemoteAddr().String(),
server.go#L1939: c.remoteAddr = ra.String()
server.go#L3817: req.RemoteAddr = h.c.RemoteAddr().String()
transport.go#L1750: d := socksNewDialer("tcp", conn.RemoteAddr().String())
crypto/tls
handshake_client.go#L1252: return c.conn.RemoteAddr().String()
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |